From: bors Date: Wed, 24 Jan 2018 15:05:11 +0000 (+0000) Subject: Auto merge of #4972 - varkor:lazy-cell-unused-unsafe, r=alexcrichton X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~22^2~3^2~26 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success//%22http:/www.example.com/cgi/success/?a=commitdiff_plain;h=b1c3e781ec4053f10534c1bf9e7e0a603befed45;p=cargo.git Auto merge of #4972 - varkor:lazy-cell-unused-unsafe, r=alexcrichton Allow unused_unsafe in LazyCell in preparation for lib change https://github.com/rust-lang/rust/pull/47204 makes `UnsafeCell::into_inner` safe, which means `LazyCell::into_inner` will no longer need an `unsafe` block. `LazyCell` is a blocker for the change in Rust: this fix should allow the change to take place. --- b1c3e781ec4053f10534c1bf9e7e0a603befed45